home *** CD-ROM | disk | FTP | other *** search
/ Sitting Fit Anytime / Sitting Fit Anytime.iso / pc / videos / screen.exe / scripts / DefineButton2_68 / BUTTONCONDACTION on(release).as < prev   
Text File  |  1999-11-22  |  72b  |  7 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop(8);
  5.    }
  6. }
  7.